Skip to content

chore(deps): bump enhanced-resolve from 5.16.1 to 5.24.5 - #5021

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enhanced-resolve-5.24.5
Open

chore(deps): bump enhanced-resolve from 5.16.1 to 5.24.5#5021
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enhanced-resolve-5.24.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps enhanced-resolve from 5.16.1 to 5.24.5.

Release notes

Sourced from enhanced-resolve's releases.

v5.24.5

Patch Changes

  • Soft-fail when auto tsconfig discovery loads a broken config, and keep relative extends paths relative. (by @​xiaoxiaojx in #645)

v5.24.4

Patch Changes

  • Keep the original request resolvable when extensionAlias lists its own extension. (by @​alexander-akait in #641)

  • Fix string restrictions boundary checks: a restriction ending with a separator no longer rejects everything inside it, restrictions are normalized before they are compared, and a Windows path now matches the way path.win32 does, treating / and \ as interchangeable and comparing case-insensitively, while \ stays a filename character in a posix path. The same comparison backs tsconfig path matching. (by @​alexander-akait in #643)

  • Treat a UNC path (\\server\share\…) as a Windows path, so it normalizes, joins and walks up with path.win32 semantics instead of being taken for a bare module request. (by @​alexander-akait in #644)

v5.24.3

Patch Changes

  • Resolve tsconfig extends package specifiers from ancestor node_modules directories (workspace hoisting). (by @​alexander-akait in #631)

v5.24.2

Patch Changes

  • Batch cached filesystem callbacks from one synchronous burst into a single tick. (by @​alexander-akait in #623)

v5.24.1

Patch Changes

v5.24.0

Minor Changes

  • Allow the context path and request arguments of resolve (and resolveSync/resolvePromise) to accept file: URL instances, converting them to filesystem paths. Plain strings stay literal paths, matching Node's fs. (by @​alexander-akait in #607)

Patch Changes

  • Make the resolver runtime-agnostic so it works in browsers, Deno and Bun as well as Node. File contents are decoded without assuming a Node Buffer, and browser shims are provided for the path, url and graceful-fs builtins (Node, Deno and Bun keep using the native ones) so the package bundles for the browser — supply your own fileSystem there. (by @​alexander-akait in #606)

  • Rename the positional resolve/resolveSync/resolvePromise parameters to parent/specifier (from path/request) for ESM-aligned naming and document them in the README. Purely cosmetic — arguments are positional, so there is no behavior or API change. (by @​alexander-akait in #611)

v5.23.0

Minor Changes

  • Allow the path-like resolve options roots, modules, alias/fallback targets, restrictions, and tsconfig (the config file, configFile, baseUrl, and references) to accept file URL instances (such as new URL("./dir/", import.meta.url)), converting them to filesystem paths. Plain strings are still treated as literal paths, matching Node's fs. (by @​alexander-akait in #604)

v5.22.2

Patch Changes

  • Fall back to the next modules entry when a package exports target is filtered out by restrictions, instead of throwing. (by @​alexander-akait in #600)

... (truncated)

Changelog

Sourced from enhanced-resolve's changelog.

5.24.5

Patch Changes

  • Soft-fail when auto tsconfig discovery loads a broken config, and keep relative extends paths relative. (by @​xiaoxiaojx in #645)

5.24.4

Patch Changes

  • Keep the original request resolvable when extensionAlias lists its own extension. (by @​alexander-akait in #641)

  • Fix string restrictions boundary checks: a restriction ending with a separator no longer rejects everything inside it, restrictions are normalized before they are compared, and a Windows path now matches the way path.win32 does, treating / and \ as interchangeable and comparing case-insensitively, while \ stays a filename character in a posix path. The same comparison backs tsconfig path matching. (by @​alexander-akait in #643)

  • Treat a UNC path (\\server\share\…) as a Windows path, so it normalizes, joins and walks up with path.win32 semantics instead of being taken for a bare module request. (by @​alexander-akait in #644)

5.24.3

Patch Changes

  • Resolve tsconfig extends package specifiers from ancestor node_modules directories (workspace hoisting). (by @​alexander-akait in #631)

5.24.2

Patch Changes

  • Batch cached filesystem callbacks from one synchronous burst into a single tick. (by @​alexander-akait in #623)

5.24.1

Patch Changes

5.24.0

Minor Changes

  • Allow the context path and request arguments of resolve (and resolveSync/resolvePromise) to accept file: URL instances, converting them to filesystem paths. Plain strings stay literal paths, matching Node's fs. (by @​alexander-akait in #607)

Patch Changes

  • Make the resolver runtime-agnostic so it works in browsers, Deno and Bun as well as Node. File contents are decoded without assuming a Node Buffer, and browser shims are provided for the path, url and graceful-fs builtins (Node, Deno and Bun keep using the native ones) so the package bundles for the browser — supply your own fileSystem there. (by @​alexander-akait in #606)

  • Rename the positional resolve/resolveSync/resolvePromise parameters to parent/specifier (from path/request) for ESM-aligned naming and document them in the README. Purely cosmetic — arguments are positional, so there is no behavior or API change. (by @​alexander-akait in #611)

5.23.0

Minor Changes

... (truncated)

Commits
  • aefeac3 chore(release): new release (#646)
  • be8ebf5 fix: soft-skip broken tsconfig in auto mode and keep relative extends relativ...
  • 24c3521 chore(release): new release (#642)
  • 10fcea0 fix: route UNC paths through win32 instead of posix (#644)
  • d8693b6 fix: correct string restrictions path boundary checks (#643)
  • 5e2e296 fix: keep the original request resolvable when extensionAlias lists its own e...
  • 2bcac6e chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the dependencies gr...
  • 9997401 chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 (#636)
  • d5f925d chore(deps-dev): bump axios from 1.17.0 to 1.18.1 (#635)
  • a52eed3 chore(deps): bump the dependencies group across 1 directory with 2 updates (#...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for enhanced-resolve since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.16.1 to 5.24.5.
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md)
- [Commits](webpack/enhanced-resolve@v5.16.1...v5.24.5)

---
updated-dependencies:
- dependency-name: enhanced-resolve
  dependency-version: 5.24.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2026
@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9e94838

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9e94838b3a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"@module-federation/webpack-bundler-runtime": "workspace:*",
"cjs-module-lexer": "1.3.1",
"enhanced-resolve": "5.16.1",
"enhanced-resolve": "5.24.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add a changeset for the published dependency bump

This changes a shipped runtime dependency of the publishable @module-federation/esbuild package, while the commit contains no changeset. Consequently, the Changesets release plan has no entry to version and document this upgrade, so consumers will not receive it until an unrelated release happens to bump the package; add a patch changeset covering the affected publishable packages.

AGENTS.md reference: AGENTS.md:L221-L226

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants